runtime.heapStatsAggregate.totalFrees (field)

5 uses

	runtime (current package)
		metrics.go#L138: 				out.scalar = in.heapStats.totalFrees
		metrics.go#L383: 	totalFrees uint64
		metrics.go#L392: 	a.totalFrees = uint64(a.largeFreeCount)
		metrics.go#L399: 		a.totalFrees += nf
		metrics.go#L404: 	a.numObjects = a.totalAllocs - a.totalFrees